home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 15 / CU Amiga Magazine's Super CD-ROM 15 (1997)(EMAP Images)(GB)[!][issue 1997-10].iso / ShapeShifter / VideoDrivers / FastECS / FastECS.doc < prev    next >
Text File  |  1996-02-23  |  3KB  |  81 lines

  1. FastECS version 1.2
  2.  
  3.  
  4. Getting started
  5. ~~~~~~~~~~~~~~~
  6. Copy the file named FastECS into the "Video Drivers" drawer in the
  7. Shapeshfiter directory. Set the Screen Type to "External" and then select
  8. "FastECS as the video driver. Also set the Color Depth to 4 bits (16
  9. Colors) and select the screen size you wish to use. For best performance,
  10. set this to 512x342. You may use any screen size you wish as long as
  11. (Width*Height)/2 is less than or equal to 262144. The Refresh Rate
  12. setting is ineffective since FastECS uses it's own refresh cues.
  13.  
  14. Discussion
  15. ~~~~~~~~~~
  16. This software has some severe limitations, and will probably only work
  17. for a small percentage of ShapeShifter users. One of the reasons for this
  18. is that it uses specific features of the 68030 MMU, and there are a lot
  19. of 68030s without MMUs out there (ie. 68EC030.)
  20.  
  21. I have included a tool to enable FastROM for A500 and A2000 owners. Oddly
  22. enough, it is called FastROM. On a 3000, where FastROM is unnecessary, this
  23. driver will create it's own MMU table as long as the MMU is not in use. I
  24. have included another tool called PatchA3000MMU. This will allow FastECS to
  25. work on a soft kicked A3000.
  26.  
  27. Memory usage is another issue. A screen size of 640x400 uses about 650k
  28. of fast ram and 128k of chip ram. If you have lots of ram, then this will
  29. probably not bother you too much.
  30.  
  31. Distribution
  32. ~~~~~~~~~~~~
  33. This software is freely distributable as long as this documentation is
  34. included with it. If you like it, send me some mail.
  35.  
  36. Disclaimer
  37. ~~~~~~~~~~
  38. Use this software at your own risk. In no event will the author, Chris
  39. Brenner, be liable for any direct, indirect, or consequential damages
  40. resulting out of the use of or inability to use this software.
  41.  
  42. How to contact me
  43. ~~~~~~~~~~~~~~~~~
  44. You can reach me either by mail, phone, or e-mail:
  45.  
  46. Chris Brenner
  47. P.O. Box 161805
  48. Sacramento, CA 95816
  49.  
  50. (916) 456-2940
  51.  
  52. cbrenner@calweb.com
  53.  
  54. History
  55. ~~~~~~~
  56. Version 1.1 (Jan. 5, 1996)
  57.  
  58. ·Screen sizes are no longer limited to 512x342 and 640x400.
  59.  
  60. ·The screen mode is no longer forced to NTSC:High Res Laced
  61.  
  62. ·The first 8k of memory is now mapped into 32 bit RAM, which significantly
  63.  improves both the Mac emulation, and the screen refresh performance.
  64.  
  65. ·MMU configuration changed to 256k Level A page size, 1k Level B page size.
  66.  
  67. ·FastROM tool included for A500/A2000 users.
  68.  
  69. Version 1.2 (Feb. 23, 1996)
  70.  
  71. ·New code added to better handle display clipping.
  72.  
  73. ·The screen is now opened with Autoscroll activated.
  74.  
  75. ·The screen is now refreshed during short frames.
  76.  
  77. ·PatchA3000MMU tool included for soft kicked A3000 users.
  78.  
  79. ·Removed a bug from the FastROM tool which could potentially cause a crash
  80.  when the REMOVE option is used.
  81.